|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RAAbstractList
| Method Summary | |
|---|---|
void |
add(RAAllowedInList newValue)
Adds an element to the list. |
void |
clear()
Clears the list. |
boolean |
hasMoreElements()
Tests if this list's nextElement method can be called again. |
RAAllowedInList |
nextElement()
Returns the next element in this list or null if it doesn't exist. |
void |
resetIteration()
This method resets the list's iterator, which means nextElement will start at the beginning of the list again. |
void |
set(RAAllowedInList newValue)
Sets the last element returned by nextElement. |
RANonElemDataType |
typeOfList()
|
| Method Detail |
|---|
RANonElemDataType typeOfList()
throws RAException
RAException
void add(RAAllowedInList newValue)
throws RAException
newValue - The value to add.
RAException
void set(RAAllowedInList newValue)
throws RAException
newValue - The new value of this element
RAException
void clear()
throws RAException
RAException
RAAllowedInList nextElement()
throws RAException
RAException
boolean hasMoreElements()
throws RAException
RAException
void resetIteration()
throws RAException
RAException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||